GtkFontButton: Use the same font name as the font chooser
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Aug 2014 18:10:55 +0000 (14:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 15 Aug 2014 18:15:23 +0000 (14:15 -0400)
commite23f7c13b0fd951b89cf545b450ed50889b241dc
tree0e27c6e76bd017a0a51b34430de14f06a163da15
parentdd6c2391d2a1c63a7e0f91a7034043ea248ac991
GtkFontButton: Use the same font name as the font chooser

The font chooser constructs the display name for the font from
the family and face names. Do the same in the font button, so
we don't end up calling the same font by different names, which
would be confusing.
gtk/gtkfontbutton.c